home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1059 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: oxy.rust.net!usenet
  2. From: ebennett@rust.net
  3. Newsgroups: comp.lang.c
  4. Subject: Re: newbie needs Borland DOS file help...
  5. Date: Thu, 11 Jan 1996 05:15:11 GMT
  6. Organization: Rust Net - High Speed Internet in Detroit  810-642-2276
  7. Message-ID: <4d1rp8$ski@oxy.rust.net>
  8. References: <4ct665$hpj@nntp5.u.washington.edu>
  9. NNTP-Posting-Host: liv-16.rust.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. zoroastr@u.washington.edu (John Cain) wrote:
  13.  
  14.  
  15. >I'm having some trouble creating DOS executables from some of the 
  16. >programs i've written.  If you can help me, I will be greatly 
  17. >appreciative.  Here's what i've done and what seems to be the trouble:
  18.  
  19. >I write the program.
  20. >It compiles without errors and runs fine in the little window inside the IDE.
  21. >Then i invoke the Target Expert in order to change the target information 
  22. >and produce a DOS .exe file.
  23. >Borland produces the .exe.
  24. >I shell out to DOS and try to run the program.
  25. >DOS tells me the program has to run under Windows.
  26.  
  27. > Stuff Deleted...
  28.  
  29. The only thing which comes to mind is that, after changing the target
  30. platform to DOS, you MUST do a Build All.  Everything must be
  31. recompiled/relinked for the DOS program to work.
  32.  
  33. Earl Bennett
  34.  
  35.  
  36.